The Array.isArray() method is used to determine whether a given value is an array. It returns true if the value is an array, and false otherwise.
Array.isArray()
true
false